home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Utilities
/
Text
/
BlacksEditor
/
Rexx
/
RemoveFormFeed.bed
< prev
next >
Wrap
Text File
|
1998-06-24
|
337b
|
28 lines
/*
** $VER: RemoveFormFeed.bed 1.0 (18.6.95)
**
** Remove all FormFeed from the document
**
** Written by Mauro Fontana
** Modified by Marco Negri
*/
OPTIONS RESULTS
SetDisplayLock ON
MoveSOF
SetStatusBar "Working..."
RecordMacro QUIET
Find ""
InsertLine
Delete
EndMacro
PlayMacro 0
MoveSOF
SetDisplayLock OFF
SetStatusBar "Done"